func runtime.cgoIsGoPointer
16 uses
runtime (current package)
cgocall.go#L421: if p == nil || !cgoIsGoPointer(p) {
cgocall.go#L492: if !cgoIsGoPointer(p) {
cgocall.go#L508: if !cgoIsGoPointer(p) {
cgocall.go#L519: if p == nil || !cgoIsGoPointer(p) {
cgocall.go#L534: if !cgoIsGoPointer(ss.str) {
cgocall.go#L563: if !cgoIsGoPointer(p) {
cgocall.go#L593: if cgoIsGoPointer(pp) && !isPinned(pp) {
cgocall.go#L620: func cgoIsGoPointer(p unsafe.Pointer) bool {
cgocheck.go#L32: if !cgoIsGoPointer(src) {
cgocheck.go#L35: if cgoIsGoPointer(unsafe.Pointer(dst)) {
cgocheck.go#L95: if !cgoIsGoPointer(src) {
cgocheck.go#L98: if cgoIsGoPointer(dst) {
cgocheck.go#L116: if !cgoIsGoPointer(src) {
cgocheck.go#L119: if cgoIsGoPointer(dst) {
cgocheck.go#L187: if cgoIsGoPointer(v) && !isPinned(v) {
cgocheck.go#L219: if cgoIsGoPointer(v) && !isPinned(v) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |